home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 06.dir / 00241.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  310 b   |  18 lines

  1. on mouseDown
  2.   global kdoor
  3.   if kdoor = 0 then
  4.     puppetSound(1, cast "arrive.aif")
  5.     updateStage()
  6.     startTimer()
  7.     repeat while the timer < 10
  8.     end repeat
  9.     set the castNum of sprite 6 to 377
  10.     updateStage()
  11.     set kdoor to 1
  12.     exit
  13.   else
  14.     go("enter", "main.dir")
  15.     exit
  16.   end if
  17. end
  18.